home *** CD-ROM | disk | FTP | other *** search
- ///////////////////////////////////////////////////////////////////////////////
- // FILENAME: PEN.h
- // SUMMARY: Defines a protocol for the PEN agents for eText documents
- // PROTOCOLS: <Agent>
- // AUTHOR: Rohit Khare
- // COPYRIGHT: (c) 1993,4 California Institure of Technology, eText Project
- ///////////////////////////////////////////////////////////////////////////////
- // DESCRIPTION
- // This is a demo mockup of PEN.
- ///////////////////////////////////////////////////////////////////////////////
- // HISTORY
- // 05/05/94: Migrated to eText4
- // 11/15/93: Created. Derived from calls in the rest of the code
- ///////////////////////////////////////////////////////////////////////////////
-
- #import "../eTextKernel.h"
-
- @interface PEN:Object <Agent,Tool>
- {
- id thePanel;
- id theView;
- id doc;
- id navinfo;
- }
-
- @end